home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-22 | 12.8 KB | 793 lines |
- [root]
- ControlType = COLLECTIONBOX
- Parent = None
- X = 0
- Y = 0
- Width = 640
- Height = 480
- Visible = True
- Enabled = True
- Name = root
- Anchor = Left, Top
- DrawBackground = False
- DrawType = Color
- DrawColor = 8
-
- //////////////////////////////////////
- // MAIN SCREEN
-
- [MainScreen]
- ControlType = COLLECTIONBOX
- Parent = root
- X = 256
- Y = 132
- Width = 128
- Height = 148
- Visible = True
- Enabled = True
- Name = MainScreen
- Anchor = Right, Bottom
- DrawBackground = True
- DrawType = Panel
- DrawColor = 62
-
- [ButtonStartSingle]
- ControlType = BUTTON
- Parent = MainScreen
- X = 4
- Y = 4
- Width = 120
- Height = 20
- Visible = True
- Enabled = True
- Name = ButtonStartSingle
- Anchor = Left, Top
- Text = Brain vs. CPU
-
- [ButtonStartMulti]
- ControlType = BUTTON
- Parent = MainScreen
- X = 4
- Y = 28
- Width = 120
- Height = 20
- Visible = True
- Enabled = True
- Name = ButtonStartMulti
- Anchor = Left, Top
- Text = Brain vs. Brain
-
- [ButtonMainToOptions]
- ControlType = BUTTON
- Parent = MainScreen
- X = 4
- Y = 52
- Width = 120
- Height = 20
- Visible = True
- Enabled = True
- Name = ButtonMainToOptions
- Anchor = Left, Top
- Text = Options & Keys
-
- [ButtonMainToEditor]
- ControlType = BUTTON
- Parent = MainScreen
- X = 4
- Y = 76
- Width = 120
- Height = 20
- Visible = True
- Enabled = True
- Name = ButtonMainToEditor
- Anchor = Left, Top
- Text = Scene Editor
-
- [ButtonMainToCreds]
- ControlType = BUTTON
- Parent = MainScreen
- X = 4
- Y = 100
- Width = 120
- Height = 20
- Visible = True
- Enabled = True
- Name = ButtonMainToCreds
- Anchor = Left, Top
- Text = Credits
-
- [ButtonQuit]
- ControlType = BUTTON
- Parent = MainScreen
- X = 4
- Y = 124
- Width = 120
- Height = 20
- Visible = True
- Enabled = True
- Name = ButtonQuit
- Anchor = Left, Top
- Text = Exit
-
- //////////////////////////////////////
- // DIFFICULTY SCREEN
-
- [DifficultyScreen]
- ControlType = COLLECTIONBOX
- Parent = root
- X = 256
- Y = 132
- Width = 128
- Height = 124
- Visible = True
- Enabled = True
- Name = DifficultyScreen
- Anchor = Right, Bottom
- DrawBackground = false
- DrawType = Color
- DrawColor = 62
-
- [LabelDifficulty]
- ControlType = LABEL
- Parent = DifficultyScreen
- X = 0
- Y = 8
- Width = 128
- Height = 10
- Visible = True
- Enabled = True
- Name = LabelDifficulty
- Anchor = Left, Top
- Text = D I F F I C U L T Y :
- Alignment = Centre
-
- [DifficultyPanel]
- ControlType = COLLECTIONBOX
- Parent = DifficultyScreen
- X = 0
- Y = 24
- Width = 128
- Height = 100
- Visible = True
- Enabled = True
- Name = DifficultyPanel
- Anchor = Right, Bottom
- DrawBackground = True
- DrawType = Panel
- DrawColor = 62
-
- [ButtonStartEasy]
- ControlType = BUTTON
- Parent = DifficultyPanel
- X = 4
- Y = 4
- Width = 120
- Height = 20
- Visible = True
- Enabled = True
- Name = ButtonStartEasy
- Anchor = Left, Top
- Text = Easy
-
- [ButtonStartMedium]
- ControlType = BUTTON
- Parent = DifficultyPanel
- X = 4
- Y = 28
- Width = 120
- Height = 20
- Visible = True
- Enabled = True
- Name = ButtonStartMedium
- Anchor = Left, Top
- Text = Medium
-
- [ButtonStartHard]
- ControlType = BUTTON
- Parent = DifficultyPanel
- X = 4
- Y = 52
- Width = 120
- Height = 20
- Visible = True
- Enabled = True
- Name = ButtonStartHard
- Anchor = Left, Top
- Text = Hard
-
- [ButtonStartDeath]
- ControlType = BUTTON
- Parent = DifficultyPanel
- X = 4
- Y = 76
- Width = 120
- Height = 20
- Visible = True
- Enabled = True
- Name = ButtonStartDeath
- Anchor = Left, Top
- Text = Death
-
- //////////////////////////////////////
- // OPTIONS SCREEN
-
- [OptionsScreen]
- ControlType = COLLECTIONBOX
- Parent = root
- X = 80
- Y = 124
- Width = 480
- Height = 186
- Visible = True
- Enabled = True
- Name = OptionsScreen
- Anchor = Left, Top
- DrawBackground = True
- DrawType = Panel
- DrawColor = 62
-
- [ButtonFullscreen]
- ControlType = BUTTON
- Parent = OptionsScreen
- X = 56
- Y = 18
- Width = 100
- Height = 28
- Visible = True
- Enabled = True
- Name = ButtonFullscreen
- Anchor = Left, Top
- Text = Go Fullscreen
-
- [LabelSoundVolume]
- ControlType = LABEL
- Parent = OptionsScreen
- X = 194
- Y = 18
- Width = 100
- Height = 10
- Visible = True
- Enabled = True
- Name = LabelSoundVolume
- Anchor = Left, Top
- Text = Sound Volume: 100
-
- [SliderSoundVolume]
- ControlType = SLIDER
- Parent = OptionsScreen
- X = 190
- Y = 32
- Width = 100
- Height = 10
- Visible = True
- Enabled = True
- Name = SliderSoundVolume
- Anchor = Left, Top
- Value = 100
- Minimum = 0
- Maximum = 100
- Orientation = Horizontal
- TickDirection = BottomRight
-
- [LabelMusicVolume]
- ControlType = LABEL
- Parent = OptionsScreen
- X = 328
- Y = 18
- Width = 100
- Height = 10
- Visible = True
- Enabled = True
- Name = LabelMusicVolume
- Anchor = Left, Top
- Text = Music Volume: 100
-
- [SliderMusicVolume]
- ControlType = SLIDER
- Parent = OptionsScreen
- X = 324
- Y = 32
- Width = 100
- Height = 10
- Visible = True
- Enabled = True
- Name = SliderMusicVolume
- Anchor = Left, Top
- Value = 100
- Minimum = 0
- Maximum = 100
- Orientation = Horizontal
- TickDirection = BottomRight
-
- ////////////////////////////
- // Player 1 controls
-
- [BoxP1Controls]
- ControlType = COLLECTIONBOX
- Parent = OptionsScreen
- X = 18
- Y = 60
- Width = 212
- Height = 86
- Visible = True
- Enabled = True
- Name = BoxP1Controls
- Anchor = Left, Top
- DrawBackground = True
- DrawType = Color
- DrawColor = 49
-
- [LabelP1Controls]
- ControlType = LABEL
- Parent = BoxP1Controls
- X = 4
- Y = 4
- Width = 208
- Height = 12
- Visible = True
- Enabled = True
- Name = LabelP1Controls
- Anchor = Left, Top
- Text = Player 1 Gamepad Buttons:
- Alignment = Centre
-
- [ButtonP1Fire]
- ControlType = BUTTON
- Parent = BoxP1Controls
- X = 4
- Y = 20
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP1Fire
- Anchor = Left, Top
- Text = Fire - 1
-
- [ButtonP1Aim]
- ControlType = BUTTON
- Parent = BoxP1Controls
- X = 108
- Y = 20
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP1Aim
- Anchor = Left, Top
- Text = Aim - 2
-
- [ButtonP1Inventory]
- ControlType = BUTTON
- Parent = BoxP1Controls
- X = 4
- Y = 42
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP1Inventory
- Anchor = Left, Top
- Text = Inventory - 3
-
- [ButtonP1Jump]
- ControlType = BUTTON
- Parent = BoxP1Controls
- X = 108
- Y = 42
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP1Jump
- Anchor = Left, Top
- Text = Jump - 4
-
- [ButtonP1Prev]
- ControlType = BUTTON
- Parent = BoxP1Controls
- X = 4
- Y = 64
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP1Prev
- Anchor = Left, Top
- Text = Previous - 6
-
- [ButtonP1Next]
- ControlType = BUTTON
- Parent = BoxP1Controls
- X = 108
- Y = 64
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP1Next
- Anchor = Left, Top
- Text = Next - 5
-
- ////////////////////////////
- // Player 2 controls
-
- [BoxP2Controls]
- ControlType = COLLECTIONBOX
- Parent = OptionsScreen
- X = 250
- Y = 60
- Width = 212
- Height = 86
- Visible = True
- Enabled = True
- Name = BoxP2Controls
- Anchor = Left, Top
- DrawBackground = True
- DrawType = Color
- DrawColor = 49
-
- [LabelP2Controls]
- ControlType = LABEL
- Parent = BoxP2Controls
- X = 4
- Y = 4
- Width = 208
- Height = 12
- Visible = True
- Enabled = True
- Name = LabelP2Controls
- Anchor = Left, Top
- Text = Player 2 Gamepad Buttons:
- Alignment = Centre
-
- [ButtonP2Fire]
- ControlType = BUTTON
- Parent = BoxP2Controls
- X = 4
- Y = 20
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP2Fire
- Anchor = Left, Top
- Text = Fire - 1
-
- [ButtonP2Aim]
- ControlType = BUTTON
- Parent = BoxP2Controls
- X = 108
- Y = 20
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP2Aim
- Anchor = Left, Top
- Text = Aim - 2
-
- [ButtonP2Inventory]
- ControlType = BUTTON
- Parent = BoxP2Controls
- X = 4
- Y = 42
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP2Inventory
- Anchor = Left, Top
- Text = Inventory - 3
-
- [ButtonP2Jump]
- ControlType = BUTTON
- Parent = BoxP2Controls
- X = 108
- Y = 42
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP2Jump
- Anchor = Left, Top
- Text = Jump - 4
-
- [ButtonP2Prev]
- ControlType = BUTTON
- Parent = BoxP2Controls
- X = 4
- Y = 64
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP2Prev
- Anchor = Left, Top
- Text = Previous - 6
-
- [ButtonP2Next]
- ControlType = BUTTON
- Parent = BoxP2Controls
- X = 108
- Y = 64
- Width = 100
- Height = 18
- Visible = True
- Enabled = True
- Name = ButtonP2Next
- Anchor = Left, Top
- Text = Next - 5
-
- //////////////////////////////////////
- // CREDITS SCREEN
-
- [CreditsScreen]
- ControlType = COLLECTIONBOX
- Parent = root
- X = 20
- Y = 132
- Width = 600
- Height = 132
- Visible = True
- Enabled = True
- Name = CreditsScreen
- Anchor = Left, Top
- DrawBackground = False
- DrawType = Color
- DrawColor = 62
-
- [CreditsPanel]
- ControlType = COLLECTIONBOX
- Parent = CreditsScreen
- X = 0
- Y = 124
- Width = 600
- Height = 430
- Visible = True
- Enabled = True
- Name = CreditsPanel
- Anchor = Left, Top
- DrawBackground = False
- DrawType = Color
- DrawColor = 62
-
- [CreditsLabel1]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 8
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel1
- Anchor = Left, Top
- Text = C R E D I T S :
- Alignment = Centre
-
- [CreditsLabel2]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 32
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel2
- Anchor = Left, Top
- Text = Game Design - Engine and Physics Programming - Art Direction - Project Coordination
- Alignment = Centre
-
- [CreditsLabel3]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 48
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel3
- Anchor = Left, Top
- Text = D A N I E L T A B A R
- Alignment = Centre
-
- [CreditsLabel4]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 72
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel4
- Anchor = Left, Top
- Text = Art Direction and Production - Game Design - Tools Programming
- Alignment = Centre
-
- [CreditsLabel5]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 88
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel5
- Anchor = Left, Top
- Text = A R N E N I K L A S J A N S S O N
- Alignment = Centre
-
- [CreditsLabel6]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 112
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel6
- Anchor = Left, Top
- Text = GUI Library Programming
- Alignment = Centre
-
- [CreditsLabel7]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 128
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel7
- Anchor = Left, Top
- Text = J A S O N B O E T T C H E R
- Alignment = Centre
-
- [CreditsLabel8]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 152
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel8
- Anchor = Left, Top
- Text = Intro, Theme, and Menu Music Composition and Production
- Alignment = Centre
-
- [CreditsLabel9]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 168
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel9
- Anchor = Left, Top
- Text = R O B E R T S T J ─ R N S T R ╓ M & J O N A S R ╓ R L I N G, H U B N E S T E R I N D U S T R I E S
- Alignment = Centre
-
- [CreditsLabel10]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 192
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel10
- Anchor = Left, Top
- Text = In-game Music Composition and Production
- Alignment = Centre
-
- [CreditsLabel1]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 208
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel1
- Anchor = Left, Top
- Text = M I C H A E L W A T T S, E N C O R E M U S I C
- Alignment = Centre
-
- [CreditsLabel12]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 232
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel12
- Anchor = Left, Top
- Text = Technical Testing and Advice
- Alignment = Centre
-
- [CreditsLabel13]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 248
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel13
- Anchor = Left, Top
- Text = N A T H A N I E L S A B A N S K I
- Alignment = Centre
-
- [CreditsLabel14]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 272
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel14
- Anchor = Left, Top
- Text = Technology Platform
- Alignment = Centre
-
- [CreditsLabel15]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 288
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel15
- Anchor = Left, Top
- Text = ALLEGRO, SDL, SDL_MIXER, OGG VORBIS, MSVC8 CRTs
- Alignment = Centre
-
- [CreditsLabel16]
- ControlType = LABEL
- Parent = CreditsPanel
- X = 0
- Y = 420
- Width = 600
- Height = 10
- Visible = True
- Enabled = True
- Name = CreditsLabel16
- Anchor = Left, Top
- Text = Cortex Command is TM and ⌐ 2006 Data Realms, LLC
- Alignment = Centre
-
- ////////////////////////////////////
- // Back to main button
-
- [ButtonBackToMain]
- ControlType = BUTTON
- Parent = root
- X = 260
- Y = 280
- Width = 120
- Height = 20
- Visible = True
- Enabled = True
- Name = ButtonBackToMain
- Anchor = Left, Top
- Text = Back to Main Menu